CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rsa 大数

搜索资源列表

  1. SoftProtect

    0下载:
  2. rsa加密过程中需要大数的幂运算后求模,本程序即计算a的b次方的结果对c求模,其中a,b,c均为大自然数,编写rsa加密的朋友可以作为参考(其实就是rsa的精华)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:15478
    • 提供者:showerxu1979
  1. mimoyunsuan

    0下载:
  2. 本代码能实现密码学领域中的大数幂模运算,并且运算效率较高,对进一步实现RSA加密、解密运算的实现有很大的帮助。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7598
    • 提供者:zhang
  1. RSAtool

    1下载:
  2. 这学期刚学密码学,RSA算法相对简单,于是写了这个小软件.开发环境:VC++6.0。 RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数。据猜测,从一个密钥和密文推断出明文的难度等同于分解两个大素数的积。 数据加密算法RSA的关键在于大素数的生成,本软件采取数组形式解决大素数的存储和运算问题,可生成超过1024位的十进制数的大素数,以应用于数据加密。 RSA的缺点主要有:产生密钥很麻烦,受到素数产生技术的限制,因而难以做到一次一密。分组长度太大,为保证安全性,n 至少也要
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:435908
    • 提供者:宋芬
  1. MY_RSA

    0下载:
  2. 完美的RSA算法C++实现,自定义的大数运算方法可以完成RSA密钥生成和加密解密全过程
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:21243
    • 提供者:田春长
  1. RSAPK

    0下载:
  2. RSA公钥加解密算法源码,VC++语言开发, 可生成最长1024比特密钥对,里面包含大数运算类,可直接移植使用。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:20427
    • 提供者:曹鹏
  1. Rsa_VC_SRC

    0下载:
  2. RSA算法源码,包括大数运算-RSA algorithm source code, including large numbers Operational
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:46902
    • 提供者:刘洪军
  1. rsa1l

    0下载:
  2. /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled He
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:342787
    • 提供者:李湘
  1. miracl

    0下载:
  2. 椭圆加密库,RSA,大数库,还有其他的加密库,可以VC编译-ECC
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1716771
    • 提供者:kawen
  1. KeyGen

    0下载:
  2. 使用miracl大数库实现RSA算法,根据用户名计算相应序列号。-The use of large numbers miracl Treasury realize RSA algorithm, were calculated based on user corresponding serial number.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-07
    • 文件大小:220553
    • 提供者:mysic
  1. BignumberAndRSA

    0下载:
  2. 大数实现的代码,使用了DWORD,在c++下实现,为RSA算法做准备,欢迎指出不足-Lump sum for the implementation of the code, the use of the DWORD, at c++ under implementation, preparation for the RSA algorithm to do are welcome to point out that less than
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3661
    • 提供者:downloadasd
  1. desandrsa

    0下载:
  2. DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。本程序为适合初学者的rsa算法java源码及des源码,开发环境eclipse3.4-DES algorithm called the Data Encryption Standard, that is, data encryption algor
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:20869
    • 提供者:郭子
  1. key

    0下载:
  2. 通过miracl大数库生成rsa密钥,并通过diffie-hellman算法交换密钥-Miracl large numbers through the database to generate rsa key, and algorithm diffie-hellman key exchange
  3. 所属分类:CA program

    • 发布日期:2017-05-11
    • 文件大小:2074677
    • 提供者:韩潇
  1. Asymmetric-Key-Cryptosystem

    0下载:
  2. 非对称密码系统,包含RSA,ECC,大数乘法。-Asymmetric cryptosystems, including RSA, ECC, multiplication of large numbers.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:139605
    • 提供者:马德
  1. WinNTL-5_5_2

    0下载:
  2. NTL 大数运算库 专门RSA等加密算法运算库-Large numbers operator NTL library dedicated RSA encryption algorithm such as library operations
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:834631
    • 提供者:hou
  1. sdes1

    0下载:
  2. 编程实现S-DES算法的加密与解密过程,采用加法链求大数的指数及模-RSA-Programming Algorithm S-DES encryption and decryption process, using Addition Chains seek large numbers of the index and model-RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:4632
    • 提供者:SFISH
  1. newrsa

    0下载:
  2. 一个RSA的类的源代码,自己实现了大数类,就是速度有点慢-A class of RSA the source code, your class implements the large numbers is a bit slow
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2382772
    • 提供者:佩雷拉
  1. MIRACL-Module-Documentation

    0下载:
  2. RSA算法中用到的大数运算,此为数据库。即miracl。其中包括代码,用户说明书,以及代码说明。欢迎参考!-Large numbers used in RSA algorithm calculations, this is the database. That miracl. Including code, user manual, and code descr iption. Welcome reference!
  3. 所属分类:CA program

    • 发布日期:2017-05-09
    • 文件大小:2401473
    • 提供者:李小树
  1. RSAshixian

    0下载:
  2. RSA算法源码及大数运算的实现原理,可以好好学大数的实现和运算,是学习rsa的号文件-RSA algorithm source code and the implementation principle of operation of large numbers, you can learn a good implementation and operation of large numbers, the document is to learn rsa
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:874873
    • 提供者:李超群
  1. Rsa_VC_SRC

    0下载:
  2. RSA算法源码,包括大数运算,代码整洁,很有参考价值-RSA algorithm source code, including the operation of large numbers, the code clean, a good reference
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:53375
    • 提供者:wangrui
  1. RsaKit_V1.0

    0下载:
  2. 基于大数因子不可再分的RSA加密系统,因为这里只是用长整型来存储加密数据,如果素数都比较大,在乘方运算时肯定会造成内存溢出,因此这里仅仅只是验证RSA算法的思想的正确性-Can not be divided based on factors of large numbers of the RSA encryption system, because there is a long integer used to store encrypted data, if the prime was rel
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1572251
    • 提供者:刘志伟
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com